home *** CD-ROM | disk | FTP | other *** search
- // LENS EFFECTS: PREDEFINED EFFECTS SAMPLE 2
- // *****************************************
- // This scene illustrates the following lens effects:
- //
- // LEFT: "Rainbow" - the default lens effect with a rainbow ring
- // TOP-RIGHT: "Rainbow2" - a lens flare with a rainbow coloured glow,
- // and triangular spots
-
- #declare effect_location = <-3, 1, 8>
- #declare effect_type = "Rainbow" #include "LENS.INC"
-
- #declare effect_location = <3, 3, 10>
- #declare effect_type = "Rainbow2" #include "LENS.INC"
-
-